home *** CD-ROM | disk | FTP | other *** search
/ Libris Britannia 4 / science library(b).zip / science library(b) / ELECTRON / PCB_DESI / H031A.ZIP / PADSDEMO / PADS.EXE / MERGE.BAT < prev    next >
DOS Batch File  |  1990-03-08  |  376b  |  14 lines

  1. echo off
  2. rem 4-25-88 rl call to caeii is caeenter.bat file
  3. rem 4-27-88 replaced call "mslib" to "command /C mslibnm"
  4. if not exist pcae.bat goto top1
  5. DEL PCAE.BAT
  6. :top1
  7. copy \pads\cae\caeii.dat \pads\cae\files\caeexit.bat
  8. cls
  9. cd \pads\cae\lib
  10. rem if using dos 3.3 & beyond, use "CALL" and rem out "command" line below
  11. call mslibnm
  12. rem command /C mslibnm
  13. cd \pads
  14.